CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - rabin miller

搜索资源列表

  1. MillerRabin()

    0下载:
  2. 素性检测的miller-rabin算法-Primality testing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:27578
    • 提供者:weidong
  1. cv

    0下载:
  2. i have attached the source codes of diffie hellman key exchange,rsa algorithm,elgamal client server algorithm,miller - rabin algorithm .
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-15
    • 文件大小:4099
    • 提供者:jaya
  1. RSA-example

    0下载:
  2. 大二的时候写的RSA类头文件,集成了大数四则运算、幂模运算、米勒罗宾算法寻找大数等RSA加密必须的算法,详询《密码学原理与实践》-Sophomore writing the RSA class header file, integrated Tarsus four computing power modular arithmetic, Miller-Rabin algorithm must find large numbers RSA encryption algorithm, detailed
  3. 所属分类:Console

    • 发布日期:2017-11-10
    • 文件大小:4125
    • 提供者:尚钊
  1. vvvqinxue

    0下载:
  2. 应用lucas定理 对小素数进行判定,这种方法同Miller-Rabin概率检测法相似-prime detect
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:628292
    • 提供者:田椒陵
  1. main.cpp

    0下载:
  2. 素数测试 miller rabin 提高算法 随机版 算法导论Introduction of Algorithms-Primes test of Miller_Rabin Algorithm Introduction of Algorithms
  3. 所属分类:Driver develop

    • 发布日期:2017-12-04
    • 文件大小:1144
    • 提供者:cyztuo
  1. sushu

    0下载:
  2. 素数的判定,miller-rabin,sol-str,leman,fermat等。都可以运行,下完自后自己稍微改改就可以用。-Primes judgment, miller-rabin, sol-str, leman, fermat so on. Can run is finished after their own little changed since it can be used.
  3. 所属分类:CA program

    • 发布日期:2017-05-15
    • 文件大小:3717902
    • 提供者:吴明航
  1. Bignumber-Miller-Rabin

    0下载:
  2. 实现大素数判断,通过传统的MillerRabin算法-Achieve large prime number judgment through traditional MillerRabin algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:570567
    • 提供者:Kevin Zhnag
  1. algorithms-master

    0下载:
  2. 1. 经典的算法实现 2. 服务器端 3. 正确,易于使用和改造, 一个头文件一个算法,并附带一个demo. 1. 一个算法用一个.h文件表示放到include下.2. 算法演示的demo程序放到src下.3. 程序正确通过后,请发起Pull Requests,代码被验证后入库,并在README中发布新算法实现。 已实现 ( Implemented ): Array shuffle Prime test(trial division) Prime test(Mi
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1636510
    • 提供者:汪小君
  1. 222

    0下载:
  2. 随机选择一个12位的整数n,用Miller-Rabin素性检测算法,测试n是否为素数。-A 12 randomly selected integer n, with Miller-Rabin primality testing algorithm, test n is prime.
  3. 所属分类:software engineering

    • 发布日期:2017-04-27
    • 文件大小:46367
    • 提供者:dongxiaodong
  1. MillerRabin

    1下载:
  2. 实验目的 许多密码算法和协议都需要“随机”的大素数,特别是在共享密钥的密码协议中。对于大素数的生成,一个最自然的方法是先生成一个大整数,然后对其进行素性检测。 实验内容与要求 随机选择一个12位的整数n,用Miller-Rabin素性检测算法,测试n是否为素数。 -Purpose of many cryptographic algorithms and protocols need to " random" large prime numbers, partic
  3. 所属分类:Other windows programs

    • 发布日期:2016-06-20
    • 文件大小:1024
    • 提供者:lei
  1. fermat_test.py

    0下载:
  2. Fermat primality test. most applications use a Miller-Rabin or Baillie-PSW test for primality. Sometimes a Fermat test (along with some trial division by small primes) is performed first to improve performance. GMP since version 3.0 uses a base-210 F
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1065
    • 提供者:Beforavy
  1. RSA

    1下载:
  2. 利用C\C++实现RSA算法的加、解密运算。 具体包括: 1)利用扩展的Euclid计算 a mod n 的乘法逆元; 2)Miller-Rabin素性测试算法对一个给定的大数进行测试; 3)实现的运算,并计算; 4)利用Euler定理手工计算,并与3)计算的结果对比; 5)实现RSA算法。并对 I LOVE NANJING UNIVERSITY OF AERONAUTICS AND ASTRONAUTICS 加解密。说明:为了方便实现,分组可以小一点,比如两个字母一组。
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:1415
    • 提供者:刘洋
  1. miller_rabin

    0下载:
  2. Miller-Rabin质数测试 输入 第1行:1个正整数t,表示数字的个数,10≤t≤50 第2..t+1行:每行1个正整数,第i+1行表示正整数a[i],2≤a[i]≤10^18 输出 第1..t行:每行1个字符串,若a[i]为质数,第i行输出 Yes ,否则输出 No -Miller-Rabin primality test input The first line: 1 positive integer T, said a number
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1791597
    • 提供者:李慧林
  1. Miller_Prime

    0下载:
  2. Miller-Rabin 素性检测 能够快速地对一个整数进行素性检测-Miller-Rabin primality testing can be carried out quickly to an integer primality testing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:522
    • 提供者:陈越
  1. prob3

    0下载:
  2. Miller-Rabin test is a primality test algorithm which determines whether a given number is prime or not. Implement Miller-Rabin primality test as given in the text book page 257, Algorithm 7.44. (aN− 1 6= 1 mod N) Write three functions to
  3. 所属分类:CA program

  1. gemhyr

    0下载:
  2. 这是个很容易且广泛使用的简单算法,它基于Gary Miller的部分象法,有Michael Rabin发展,事实上,这是在()
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-21
    • 文件大小:216064
    • 提供者:Evosltw
« 1 2 3»
搜珍网 www.dssz.com